Skip to main content

itemClicked

Type

message

Summary

Sent when an item in the image list is clicked

Syntax

on itemClicked <pButton>, <pItemNumber>, <pItemProperties>

Description

Use the itemClicked message to perform any operation when any of the tiles in the image list is clicked. This message is sent only if the clickable property is true.

Parameters

NameTypeDescription

pButton

enum

Specifies which mouse button was pressed: One of the following items:

  • the left button on systems with a multi-button mouse and the mouse button on Mac OS systems with a single-button mouse.
  • the middle button on systems with a three-button mouse.
  • the right button on systems with a multi-button mouse and Control-click on Mac OS systems with a single-button mouse.

pItemNumber

integer

The number of the item that the long touch.

pItemProperties

array

The properties of the item that the long touch.

property: clickable

Compatibility and Support

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

web